Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / 4ece3a6

Commit 4ece3a61401507ebeeff7eb7fb341b04835d7c1d


Parents : ae92432
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-04-07T14:30:34+02:00

Cleanup

Changes

1 files changed, 4 insertions(+), 2 deletions(-)


Diff

diff --git a/RNS/Transport.py b/RNS/Transport.py
index 4c2a0ae8..d3902f43 100755
--- a/RNS/Transport.py
+++ b/RNS/Transport.py
@@ -2186,11 +2186,13 @@ class Transport:
packet.receiving_interface = interface
return packet
- else:
- return None
+
+ else: return None
+
except Exception as e:
RNS.log("Exception occurred while getting cached packet.", RNS.LOG_ERROR)
RNS.log("The contained exception was: "+str(e), RNS.LOG_ERROR)
+ return None
@staticmethod
def cache_request_packet(packet):

Served by rngit 1.5.0 - Generated in 0.05s